home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / mangle2.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-05-23  |  600b  |  23 lines

  1. @echo.
  2. @echo. Installation
  3. @echo.
  4. @if not exist DOOM2.WAD
  5. @echo @echo. Restoration > restore.bat
  6. @rem Install Sprites or Flats in WAD
  7. @echo deusf -res mangler.wad
  8. @deusf -sprites -app mangler.wad
  9. @if not ERRORLEVEL 0 goto fail 
  10. @echo MANGLER DOOM (Ver 2.0) Installation succeeded.
  11. @echo type MANGLE or MANGLE2 to play the modified game.
  12. @echo type RESTORE to uninstall.
  13. @echo MAY THE MANGLING BEGIN !!!!!
  14. @goto end
  15. :fail
  16. @echo. Installation failed.
  17. @goto end
  18. :miss
  19. @echo. Installation impossible: Games files are missing.
  20. @echo. Please Install in game directory.
  21. @goto end
  22. :end
  23.